Forum Activity for @douglas

douglas
@douglas
05/14/15 08:23:29AM
2,807 posts

Upgrade questions (url settings)


Installation and Configuration

You won't have to change your admin settings, but you'll want to follow this FAQ

http://archive.jamroom.net/FAQ_Change_Directory_or_Domain

And yes, that would be the correct URL.
douglas
@douglas
05/14/15 08:18:38AM
2,807 posts

jrProfile_disable_sidebar


Using Jamroom

You can check the profile_id and only use that function for that id...

{if $_profile_id == X}
{jrProfile_disable_sidebar}
{/if}

Where X is the id of your community profile.
douglas
@douglas
05/14/15 04:15:23AM
2,807 posts

Profile missing


Off Topic

There is really no way for us to know by going to that link, you'll want to send us your admin login and FTP login to support[at]jamroom[dot]net so we can take a look at your setup.

Thanks!
douglas
@douglas
05/13/15 04:54:26AM
2,807 posts

Image URL in css


Design and Skin Customization

I'm not sure if you pasted the code from your first post or not, but there is an extra space in this line:

background:#FFFFFF  url("{$mgMySlate_img_url}/menu-bg.png");

between the color code and url, that will cause it to not work.
douglas
@douglas
05/12/15 06:53:12AM
2,807 posts

Logo resize in PhotoPro Skin


Tips and Tricks

You'll want to modify the header.tpl and change the image size in this code:

        <div id="main_logo">
        {if jrCore_is_mobile_device()}
            {jrCore_image id="mmt" skin="jrPhotoPro" image="menu.png" alt="menu"}
            {jrCore_image image="logo.png" width="236" height="55" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}
        {else}
            <a href="{$jamroom_url}">{jrCore_image image="logo.png" width="236" height="55" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a>
        {/if}
        </div>

You may also need to adjust the height of the #header ID in your core_header.css file

#header {
    top:0;
    left:0;
    right:0;
    height:76px;
    width:100%;
    background-color: #333333;
    color:#FFFFFF;
    margin:0;
    border-bottom: 1px dotted #000;
    position: fixed;
    z-index: 90;
}
douglas
@douglas
05/10/15 11:55:57AM
2,807 posts

Soundcloud App Settings


Using Jamroom

Glad to hear it. Thanks! :)
douglas
@douglas
05/10/15 09:07:13AM
2,807 posts

Events Attended/Attending


Design and Skin Customization

See if this works for you:

{jrCore_list module="jrEvent" search="event_attendees LIKE %\"`$_user._user_id`\":%"}
douglas
@douglas
05/10/15 09:04:07AM
2,807 posts

Soundcloud App Settings


Using Jamroom

I just tried playing the first few tracks from your SoundCloud page and I didn't see an issue there either.

Did you figure out how the first 3 imports didn't get a callback url? Or did you try importing those before creating the SoundCloud app?
  153